source code compatible - определение. Что такое source code compatible
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое source code compatible - определение

Source compatible; Source code compatible; Source compatibility; Source code compatibility; Source-compatible
Найдено результатов: 4230
Source-code compatibility         
Source-code compatibility (source-compatible) means that a program can run on computers (or operating systems), independently of binary-code compatibility and that the source code is needed for portability.
Source-code editor         
TEXT EDITOR SPECIALIZED IN EDITING SOFTWARE SOURCE CODE
Code editor; Source editor; List of source code editors; Source code editor
A source-code editor is a text editor program designed specifically for editing source code of computer programs. It may be a standalone application or it may be built into an integrated development environment (IDE) or web browser.
Source code         
  •  url-status = dead}}</ref><!-- See http://cm.bell-labs.com/cm/cs/who/dmr/ctut.pdf for original.-->
2011 FILM DIRECTED BY DUNCAN JONES
Source Code (film); Source Code (movie); Source Code (Film); Source Code (2011 film)
In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the work of computer programmers, who specify the actions to be performed by a computer mostly by writing source code.
source code         
  •  url-status = dead}}</ref><!-- See http://cm.bell-labs.com/cm/cs/who/dmr/ctut.pdf for original.-->
2011 FILM DIRECTED BY DUNCAN JONES
Source Code (film); Source Code (movie); Source Code (Film); Source Code (2011 film)
¦ noun Computing a text listing of commands to be compiled into an executable computer program.
source code         
  •  url-status = dead}}</ref><!-- See http://cm.bell-labs.com/cm/cs/who/dmr/ctut.pdf for original.-->
2011 FILM DIRECTED BY DUNCAN JONES
Source Code (film); Source Code (movie); Source Code (Film); Source Code (2011 film)
<language, programming> (Or "source", or rarely "source language") The form in which a computer program is written by the programmer. Source code is written in some formal programming language which can be compiled automatically into object code or machine code or executed by an interpreter. (1995-01-05)
Compatible ink         
MANUFACTURED BY THIRD PARTY MANUFACTURERS
Compatible ink cartridges
Compatible ink (or compatible toner) is manufactured by third party manufacturers and is designed to work in designated printers without infringing on patents of printer manufacturers. Compatible inks and toners may come in a variety of packaging including sealed plastic wraps or taped plastic wraps.
Code stylometry         
Code stylometry (also known as program authorship attribution or source code authorship analysis) is the application of stylometry to computer code to attribute authorship to anonymous binary or source code. It often involves breaking down and examining the distinctive patterns and characteristics of the programming code and then comparing them to computer code whose authorship is known.
Source Vagabond Systems         
TRAVEL EQUIPMENT STORE
SOURCE (Outdoor & Tactical Gear)
Source Vagabond Systems Ltd. (brand: SOURCE) is known in the outdoor, trekking and sports market for sandals, hydration systems, packs and accessories and in the tactical market for hydration systems, packs, and its SOURCE Virtus Soldier System.
Repository (version control)         
  • A repository being shown in [[GitLab]], an open source code forge.
DATA STORAGE FOR SOFTWARE REVISION CONTROL
Source code repository; Source code repositorties; Source-code repositories; Source-code repository; Code repository; Source code repositories; Repository (revision control)
In version control systems, a repository is a data structure that stores metadata for a set of files or directory structure. Depending on whether the version control system in use is distributed, like Git or Mercurial, or centralized, like Subversion, CVS, or Perforce, the whole set of information in the repository may be duplicated on every user's system or may be maintained on a single server.
Source code virus         
Source code viruses are a subset of computer viruses that make modifications to source code located on an infected machine. A source file can be overwritten such that it includes a call to some malicious code.

Википедия

Source-code compatibility

Source-code compatibility (source-compatible) means that a program can run on computers (or operating systems), independently of binary-code compatibility and that the source code is needed for portability.

The source code must be compiled before running, unless the computer used has an interpreter for the language at hand. The term is also used for assembly language compatibility, where the source is a human-readable form of machine code that must be converted into numerical (i.e. executable) machine code by an assembler. This is different from binary-code compatibility, where no recompilation (or assembly) is needed.

Source compatibility is a major issue in the developing of computer programs. For example, most Unix systems are source-compatible, as long as one uses only standard libraries. Microsoft Windows systems are source-compatible across one major family (the Windows NT family, from NT 3.1 through Windows 11, or the family that includes Windows 95, Windows 98, and Windows Me), with partial source compatibility between the two families.